home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLTABLEROW / TFORMHTMLTABLEROW.txt
Encoding:
Text File  |  1997-12-06  |  8.6 KB  |  398 lines

  1. object FormHTMLTableRow: TFormHTMLTableRow
  2.   Left = 24
  3.   Top = 80
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table Row'
  7.   ClientHeight = 274
  8.   ClientWidth = 573
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxAlign: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 101
  38.     Height = 81
  39.     Caption = 'ALIGN'
  40.     TabOrder = 1
  41.     object ListBoxALIGN: TListBox
  42.       Left = 2
  43.       Top = 15
  44.       Width = 97
  45.       Height = 42
  46.       Align = alClient
  47.       ExtendedSelect = False
  48.       ItemHeight = 13
  49.       Items.Strings = (
  50.         '0'
  51.         'left'
  52.         'center'
  53.         'right')
  54.       ParentShowHint = False
  55.       ShowHint = False
  56.       TabOrder = 0
  57.       OnClick = ListBoxALIGNClick
  58.     end
  59.     object PanelALIGN: TPanel
  60.       Left = 2
  61.       Top = 57
  62.       Width = 97
  63.       Height = 22
  64.       Hint = 'ALIGN attribute'
  65.       Align = alBottom
  66.       Alignment = taLeftJustify
  67.       BevelOuter = bvNone
  68.       BorderStyle = bsSingle
  69.       Caption = 'PanelALIGN'
  70.       ParentShowHint = False
  71.       ShowHint = True
  72.       TabOrder = 1
  73.       OnClick = PanelALIGNClick
  74.     end
  75.   end
  76.   object GroupBoxBGCOLOR: TGroupBox
  77.     Left = 120
  78.     Top = 28
  79.     Width = 217
  80.     Height = 37
  81.     Caption = 'BGCOLOR'
  82.     ParentShowHint = False
  83.     ShowHint = False
  84.     TabOrder = 2
  85.     object ButtonBGCOLOR: TButton
  86.       Left = 188
  87.       Top = 12
  88.       Width = 21
  89.       Height = 21
  90.       Caption = '>>'
  91.       TabOrder = 0
  92.       OnClick = ButtonBGCOLORClick
  93.     end
  94.     object PanelBGCOLOR: TPanel
  95.       Left = 2
  96.       Top = 15
  97.       Width = 183
  98.       Height = 20
  99.       Hint = 'BGCOLOR attribute'
  100.       Align = alLeft
  101.       Alignment = taLeftJustify
  102.       BevelOuter = bvNone
  103.       BorderStyle = bsSingle
  104.       Caption = 'PanelBGCOLOR'
  105.       ParentShowHint = False
  106.       ShowHint = True
  107.       TabOrder = 1
  108.       OnClick = PanelBGCOLORClick
  109.     end
  110.   end
  111.   object GroupBoxBORDERCOLORLIGHT: TGroupBox
  112.     Left = 348
  113.     Top = 28
  114.     Width = 217
  115.     Height = 37
  116.     Caption = 'BORDERCOLORLIGHT'
  117.     ParentShowHint = False
  118.     ShowHint = False
  119.     TabOrder = 3
  120.     object ButtonBORDERCOLORLIGHT: TButton
  121.       Left = 188
  122.       Top = 12
  123.       Width = 21
  124.       Height = 21
  125.       Caption = '>>'
  126.       TabOrder = 0
  127.       OnClick = ButtonBORDERCOLORLIGHTClick
  128.     end
  129.     object PanelBORDERCOLORLIGHT: TPanel
  130.       Left = 2
  131.       Top = 15
  132.       Width = 183
  133.       Height = 20
  134.       Hint = 'BORDERCOLORLIGHT attribute'
  135.       Align = alLeft
  136.       Alignment = taLeftJustify
  137.       BevelOuter = bvNone
  138.       BorderStyle = bsSingle
  139.       Caption = 'PanelBORDERCOLORLIGHT'
  140.       ParentShowHint = False
  141.       ShowHint = True
  142.       TabOrder = 1
  143.       OnClick = PanelBORDERCOLORLIGHTClick
  144.     end
  145.   end
  146.   object GroupBoxBORDERCOLOR: TGroupBox
  147.     Left = 120
  148.     Top = 72
  149.     Width = 217
  150.     Height = 37
  151.     Caption = 'BORDERCOLOR'
  152.     ParentShowHint = False
  153.     ShowHint = False
  154.     TabOrder = 4
  155.     object ButtonBORDERCOLOR: TButton
  156.       Left = 188
  157.       Top = 12
  158.       Width = 21
  159.       Height = 21
  160.       Caption = '>>'
  161.       TabOrder = 0
  162.       OnClick = ButtonBORDERCOLORClick
  163.     end
  164.     object PanelBORDERCOLOR: TPanel
  165.       Left = 2
  166.       Top = 15
  167.       Width = 183
  168.       Height = 20
  169.       Hint = 'BORDERCOLOR attribute'
  170.       Align = alLeft
  171.       Alignment = taLeftJustify
  172.       BevelOuter = bvNone
  173.       BorderStyle = bsSingle
  174.       Caption = 'PanelBORDERCOLOR'
  175.       ParentShowHint = False
  176.       ShowHint = True
  177.       TabOrder = 1
  178.       OnClick = PanelBORDERCOLORClick
  179.     end
  180.   end
  181.   object GroupBoxBORDERCOLORDARK: TGroupBox
  182.     Left = 348
  183.     Top = 72
  184.     Width = 217
  185.     Height = 37
  186.     Caption = 'BORDERCOLORDARK'
  187.     ParentShowHint = False
  188.     ShowHint = False
  189.     TabOrder = 5
  190.     object ButtonBORDERCOLORDARK: TButton
  191.       Left = 188
  192.       Top = 12
  193.       Width = 21
  194.       Height = 21
  195.       Caption = '>>'
  196.       TabOrder = 0
  197.       OnClick = ButtonBORDERCOLORDARKClick
  198.     end
  199.     object PanelBORDERCOLORDARK: TPanel
  200.       Left = 2
  201.       Top = 15
  202.       Width = 183
  203.       Height = 20
  204.       Hint = 'BORDERCOLORDARK attribute'
  205.       Align = alLeft
  206.       Alignment = taLeftJustify
  207.       BevelOuter = bvNone
  208.       BorderStyle = bsSingle
  209.       Caption = 'PanelBORDERCOLORDARK'
  210.       ParentShowHint = False
  211.       ShowHint = True
  212.       TabOrder = 1
  213.       OnClick = PanelBORDERCOLORDARKClick
  214.     end
  215.   end
  216.   object GroupBoxVALIGN: TGroupBox
  217.     Left = 8
  218.     Top = 116
  219.     Width = 101
  220.     Height = 81
  221.     Caption = 'VALIGN'
  222.     TabOrder = 6
  223.     object ListBoxVALIGN: TListBox
  224.       Left = 2
  225.       Top = 15
  226.       Width = 97
  227.       Height = 42
  228.       Align = alClient
  229.       ExtendedSelect = False
  230.       ItemHeight = 13
  231.       Items.Strings = (
  232.         '0'
  233.         'top'
  234.         'middle'
  235.         'bottom'
  236.         'baseline')
  237.       ParentShowHint = False
  238.       ShowHint = False
  239.       TabOrder = 0
  240.       OnClick = ListBoxVALIGNClick
  241.     end
  242.     object PanelVALIGN: TPanel
  243.       Left = 2
  244.       Top = 57
  245.       Width = 97
  246.       Height = 22
  247.       Hint = 'VALIGN attribute'
  248.       Align = alBottom
  249.       Alignment = taLeftJustify
  250.       BevelOuter = bvNone
  251.       BorderStyle = bsSingle
  252.       Caption = 'PanelVALIGN'
  253.       ParentShowHint = False
  254.       ShowHint = True
  255.       TabOrder = 1
  256.       OnClick = PanelVALIGNClick
  257.     end
  258.   end
  259.   object GroupBoxBACKGROUND: TGroupBox
  260.     Left = 120
  261.     Top = 116
  262.     Width = 301
  263.     Height = 97
  264.     Caption = 'BACKGROUND'
  265.     Ctl3D = True
  266.     ParentCtl3D = False
  267.     TabOrder = 7
  268.     object EditBACKGROUND: TEdit
  269.       Left = 4
  270.       Top = 16
  271.       Width = 293
  272.       Height = 21
  273.       MaxLength = 250
  274.       TabOrder = 0
  275.       OnChange = EditBACKGROUNDChange
  276.       OnExit = EditBACKGROUNDExit
  277.       OnKeyPress = EditBACKGROUNDKeyPress
  278.     end
  279.     object PanelBACKGROUND: TPanel
  280.       Left = 2
  281.       Top = 73
  282.       Width = 297
  283.       Height = 22
  284.       Hint = 'BACKGROUND attribute'
  285.       Align = alBottom
  286.       Alignment = taLeftJustify
  287.       BevelOuter = bvNone
  288.       BorderStyle = bsSingle
  289.       Caption = 'PanelBACKGROUND'
  290.       ParentShowHint = False
  291.       ShowHint = True
  292.       TabOrder = 3
  293.       OnClick = PanelBACKGROUNDClick
  294.     end
  295.     object ButtonBrowse: TButton
  296.       Left = 6
  297.       Top = 43
  298.       Width = 65
  299.       Height = 25
  300.       Caption = 'Browse'
  301.       TabOrder = 1
  302.       OnClick = ButtonBrowseClick
  303.     end
  304.     object ButtonHistory: TButton
  305.       Left = 76
  306.       Top = 43
  307.       Width = 65
  308.       Height = 25
  309.       Caption = 'History'
  310.       TabOrder = 2
  311.       OnClick = ButtonHistoryClick
  312.     end
  313.   end
  314.   object PanelBottom: TPanel
  315.     Left = 0
  316.     Top = 221
  317.     Width = 573
  318.     Height = 53
  319.     Align = alBottom
  320.     BevelOuter = bvNone
  321.     Caption = 'PanelBottom'
  322.     Font.Color = clBtnFace
  323.     Font.Height = -11
  324.     Font.Name = 'MS Sans Serif'
  325.     Font.Style = []
  326.     ParentFont = False
  327.     TabOrder = 8
  328.     object Bevel: TBevel
  329.       Left = 0
  330.       Top = 0
  331.       Width = 573
  332.       Height = 6
  333.       Align = alTop
  334.       Shape = bsTopLine
  335.     end
  336.     object ButtonInsert: TButton
  337.       Left = 4
  338.       Top = 8
  339.       Width = 77
  340.       Height = 25
  341.       Hint = 'Use the HTML tag'
  342.       Caption = '&OK'
  343.       ParentShowHint = False
  344.       ShowHint = True
  345.       TabOrder = 0
  346.       OnClick = ButtonInsertClick
  347.     end
  348.     object ButtonCancel: TButton
  349.       Left = 88
  350.       Top = 8
  351.       Width = 77
  352.       Height = 25
  353.       Cancel = True
  354.       Caption = '&Cancel'
  355.       ParentShowHint = False
  356.       ShowHint = False
  357.       TabOrder = 1
  358.       OnClick = ButtonCancelClick
  359.     end
  360.     object ButtonHelp: TButton
  361.       Left = 256
  362.       Top = 8
  363.       Width = 77
  364.       Height = 25
  365.       Caption = '&Help'
  366.       ParentShowHint = False
  367.       ShowHint = False
  368.       TabOrder = 3
  369.       OnClick = ButtonHelpClick
  370.     end
  371.     object ButtonClearAll: TButton
  372.       Left = 172
  373.       Top = 8
  374.       Width = 77
  375.       Height = 25
  376.       Hint = 'Clear and reset all attributes to defaults'
  377.       Caption = 'Clear &All'
  378.       ParentShowHint = False
  379.       ShowHint = True
  380.       TabOrder = 2
  381.       OnClick = ButtonClearAllClick
  382.     end
  383.     object PanelSaveReuseLevel: TPanel
  384.       Left = 4
  385.       Top = 40
  386.       Width = 329
  387.       Height = 9
  388.       BevelOuter = bvLowered
  389.       Caption = ' '
  390.       ParentShowHint = False
  391.       ShowHint = True
  392.       TabOrder = 4
  393.       OnDblClick = PanelSaveReuseLevelDblClick
  394.       OnMouseMove = PanelSaveReuseLevelMouseMove
  395.     end
  396.   end
  397. end
  398.